go run命令,編譯並運行go代碼示例 go run命令,編譯並運行go代碼示例 進入到go文件所在目錄,執行go run xxx.go test.go package main import ( "fmt" ) ...